-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update capitalization of "Mbed" and fix bump_version.sh #8034
Merged
daverodgman
merged 3 commits into
Mbed-TLS:development
from
gilles-peskine-arm:bump_version-doc_mainpage
Sep 13, 2023
Merged
Update capitalization of "Mbed" and fix bump_version.sh #8034
daverodgman
merged 3 commits into
Mbed-TLS:development
from
gilles-peskine-arm:bump_version-doc_mainpage
Sep 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gilles-peskine-arm
added
needs-review
Every commit must be reviewed by at least two team members,
needs-reviewer
This PR needs someone to pick it up for review
priority-medium
Medium priority - this can be reviewed as time permits
size-xs
Estimated task size: extra small (a few hours at most)
labels
Aug 4, 2023
tgonzalezorlandoarm
previously approved these changes
Aug 22, 2023
3 tasks
This misses |
daverodgman
previously approved these changes
Sep 7, 2023
Should we not also have
|
Note: conflicts |
tom-cosgrove-arm
added
needs-work
needs-ci
Needs to pass CI tests
and removed
needs-reviewer
This PR needs someone to pick it up for review
labels
Sep 12, 2023
Previously the code only recognized the old spelling "mbed TLS", so it missed doxygen/input/doc_mainpage.h. Signed-off-by: Gilles Peskine <[email protected]>
The official spelling of the trade mark changed from all-lowercase "mbed" to normal proper noun capitalization "Mbed" a few years ago. We've been using the new spelling in new text but still have the old spelling in a lot of text. This commit updates most occurrences of "mbed TLS": ``` sed -i -e 's/mbed TLS/Mbed TLS/g' $(git ls-files ':!ChangeLog' ':!tests/data_files/**' ':!tests/suites/*.data' ':!programs/x509/*' ':!configs/tfm*') ``` Justification for the omissions: * `ChangeLog`: historical text. * `test/data_files/**`, `tests/suites/*.data`, `programs/x509/*`: many occurrences are significant names in certificates and such. Changing the spelling would invalidate many signatures and tests. * `configs/tfm*`: this is an imported file. We'll follow the upstream updates. Signed-off-by: Gilles Peskine <[email protected]>
Signed-off-by: Gilles Peskine <[email protected]>
gilles-peskine-arm
dismissed stale reviews from daverodgman and tgonzalezorlandoarm
via
September 12, 2023 17:19
2e38a0d
gilles-peskine-arm
force-pushed
the
bump_version-doc_mainpage
branch
from
September 12, 2023 17:19
dad6f5a
to
2e38a0d
Compare
gilles-peskine-arm
requested review from
tgonzalezorlandoarm and
tom-cosgrove-arm
September 12, 2023 17:19
There were merge conflicts so I rebased. I applied the same script from the changelog message to re-do the big capitalization commit. |
3 tasks
daverodgman
approved these changes
Sep 12, 2023
tom-cosgrove-arm
approved these changes
Sep 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tom-cosgrove-arm
added
approved
Design and code approved - may be waiting for CI or backports
and removed
needs-review
Every commit must be reviewed by at least two team members,
needs-ci
Needs to pass CI tests
labels
Sep 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
approved
Design and code approved - may be waiting for CI or backports
priority-medium
Medium priority - this can be reviewed as time permits
size-xs
Estimated task size: extra small (a few hours at most)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
bump_version.sh
(already noticed in the 3.4.0 release) that caused it to miss a file due to the spelling change.PR checklist
Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")